home *** CD-ROM | disk | FTP | other *** search
- property done
-
- on exitFrame me
- global gToolBarTextMan, gConMan
- if not done then
- sendAllSprites(#sendToolBarCoverAway)
- sendAllSprites(#bringResourceButtonsForward)
- nextDecision = getNextInteriorDecision(gConMan)
- case nextDecision of
- #staircases:
- whichText = "int_FireplacesOut_StairsNext"
- #kitchenStyles:
- whichText = "int_FireplacesOut_KitchenStyles"
- end case
- setToolBarText(gToolBarTextMan, whichText)
- end if
- go(the frame)
- end
-